filedialog: Report cancellation propertly
authorMatthias Clasen <mclasen@redhat.com>
Tue, 29 Nov 2022 23:59:23 +0000 (18:59 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 9 Dec 2022 16:05:48 +0000 (11:05 -0500)
commit417382375bb51dfad74ed1105fe7b3879d07a378
treec9633f016b0316959283b6da4cfceb947d6fbd7e
parent2e90a752ebc7b02d8b07bab8f337f3eae2759baf
filedialog: Report cancellation propertly

Unless we prevent it, GTask will always report
cancellation as G_IO_ERROR_CANCELLED. But we
want GTK_DIALOG_ERROR_ABORTED for this case.
gtk/gtkfiledialog.c